unity cancel invoke

55

unity cancel invoke -

MethodInfo mi = this.GetType().GetMethod(methodName);
if(mi != null){
    // Create Delegate
    // Add to dictionary or other collection
}

Comments

Submit
0 Comments